home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / wb / DosMan121.lha / man / CD < prev    next >
Text File  |  1995-05-19  |  2KB  |  76 lines

  1.  
  2.  
  3.  
  4.      CD(V1.3 in C:) (2.x/3.x Internal)
  5.  
  6.  
  7.  
  8.      NAME
  9.           CD - Report or change the current directory.
  10.  
  11.      SYNOPSIS
  12.           CD Dir 
  13.  
  14.      DESCRIPTION
  15.             CD when given a valid directory name, makes that 
  16.         directory the current or default working directory. To 
  17.         display the current directory, type CD without any 
  18.         arguments.
  19.  
  20.             It also has a simple pattern matching capability.  
  21.         You may use a wildcard specification as an argument to 
  22.         CD, CD will make the first directory it finds that 
  23.         matches the pattern the current directory. Pattern 
  24.         matching is utilized with the Amiga wildcards).
  25.  
  26.             You can also move up one directory by using multiple 
  27.         slashes (/). For instance, if the current directory is: 
  28.         Work:Art/AGA by typing CD // you will change to the Work: 
  29.         directory. 
  30.  
  31.             2.x/3.x only: You can also change directories by 
  32.         simply typing the path name at the shell prompt without 
  33.         typing 'CD'. The CD command is only needed if there are 
  34.         any spaces in the path name. In this case you must place 
  35.         the entire path in quotes.
  36.  
  37.             NB: AmigaDOS handles default drives unlike any other 
  38.         personal computer. Let's say you insert a disk named 
  39.         Stuff: in df0: and type CD df0:. Then, you remove the 
  40.         disk and insert a disk named Things: and type dir df0:, 
  41.         you will be requested to insert Stuff: in df0:.  To get 
  42.         around this, merely type Cd df0: whenever a new disk is 
  43.         inserted. This makes your Amiga read the new volume label 
  44.         and it forgets all about the old disk.
  45.  
  46.          
  47.  
  48.       EXAMPLE
  49.           1. To change directory to df0:libs
  50.  
  51.               CD DF0:LIBS
  52.           
  53.           2. To report current directory
  54.  
  55.               CD 
  56.  
  57.  
  58.           3. To make any disk in Drive 0 the current directory
  59.  
  60.                CD ROOT  
  61.  
  62.  
  63.           4. To change back to your root directory (2.x/3/x only)
  64.  
  65.                CD :      
  66.  
  67.  
  68.           5. To move back up two directories (2.x/3.x only)    
  69.  
  70.                CD //  
  71.   
  72.  
  73.  
  74.      SEE ALSO
  75.           Prompt
  76.